← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:24 2013

Filename(eval 1024)[/usr/share/perl5/Lingua/Stem/AutoLoader.pm:88]
StatementsExecuted 30 statements in 1.83ms
Eval Invoked At/usr/share/perl5/Lingua/Stem/AutoLoader.pm line 88
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11118µs63µsLingua::Stem::Sv::::BEGIN@130 Lingua::Stem::Sv::BEGIN@130
11117µs42µsLingua::Stem::De::::BEGIN@2 Lingua::Stem::De::BEGIN@2
11116µs49µsLingua::Stem::Da::::BEGIN@50 Lingua::Stem::Da::BEGIN@50
11114µs43µsLingua::Stem::EnBroken::::BEGIN@146Lingua::Stem::EnBroken::BEGIN@146
11112µs40µsLingua::Stem::Fr::::BEGIN@34 Lingua::Stem::Fr::BEGIN@34
11112µs36µsLingua::Stem::Pt::::BEGIN@114 Lingua::Stem::Pt::BEGIN@114
11111µs37µsLingua::Stem::Gl::::BEGIN@66 Lingua::Stem::Gl::BEGIN@66
11111µs35µsLingua::Stem::En::::BEGIN@18 Lingua::Stem::En::BEGIN@18
11111µs35µsLingua::Stem::It::::BEGIN@82 Lingua::Stem::It::BEGIN@82
11110µs34µsLingua::Stem::No::::BEGIN@98 Lingua::Stem::No::BEGIN@98
0000s0sLingua::Stem::Da::::AUTOLOAD Lingua::Stem::Da::AUTOLOAD
0000s0sLingua::Stem::De::::AUTOLOAD Lingua::Stem::De::AUTOLOAD
0000s0sLingua::Stem::En::::AUTOLOAD Lingua::Stem::En::AUTOLOAD
0000s0sLingua::Stem::EnBroken::::AUTOLOADLingua::Stem::EnBroken::AUTOLOAD
0000s0sLingua::Stem::Fr::::AUTOLOAD Lingua::Stem::Fr::AUTOLOAD
0000s0sLingua::Stem::Gl::::AUTOLOAD Lingua::Stem::Gl::AUTOLOAD
0000s0sLingua::Stem::It::::AUTOLOAD Lingua::Stem::It::AUTOLOAD
0000s0sLingua::Stem::No::::AUTOLOAD Lingua::Stem::No::AUTOLOAD
0000s0sLingua::Stem::Pt::::AUTOLOAD Lingua::Stem::Pt::AUTOLOAD
0000s0sLingua::Stem::Sv::::AUTOLOAD Lingua::Stem::Sv::AUTOLOAD
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Lingua::Stem::De;
23180µs268µs
# spent 42µs (17+26) within Lingua::Stem::De::BEGIN@2 which was called: # once (17µs+26µs) by Lingua::Stem::BEGIN@7 at line 2
use vars qw($AUTOLOAD);
# spent 42µs making 1 call to Lingua::Stem::De::BEGIN@2 # spent 26µs making 1 call to vars::import
3sub AUTOLOAD {
4 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
5 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
6 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
7 }
8 $_autoloaded_functions->{$AUTOLOAD} = 1;
9 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
10 eval ("use $packagename;");
11 if ($@ ne '') {
12 die ("Unable to use packagename: $@\n");
13 }
14 goto &$AUTOLOAD;
15}
16
17package Lingua::Stem::En;
183225µs260µs
# spent 35µs (11+25) within Lingua::Stem::En::BEGIN@18 which was called: # once (11µs+25µs) by Lingua::Stem::BEGIN@7 at line 18
use vars qw($AUTOLOAD);
# spent 35µs making 1 call to Lingua::Stem::En::BEGIN@18 # spent 24µs making 1 call to vars::import
19sub AUTOLOAD {
20 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
21 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
22 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
23 }
24 $_autoloaded_functions->{$AUTOLOAD} = 1;
25 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
26 eval ("use $packagename;");
27 if ($@ ne '') {
28 die ("Unable to use packagename: $@\n");
29 }
30 goto &$AUTOLOAD;
31}
32
33package Lingua::Stem::Fr;
343211µs268µs
# spent 40µs (12+28) within Lingua::Stem::Fr::BEGIN@34 which was called: # once (12µs+28µs) by Lingua::Stem::BEGIN@7 at line 34
use vars qw($AUTOLOAD);
# spent 40µs making 1 call to Lingua::Stem::Fr::BEGIN@34 # spent 28µs making 1 call to vars::import
35sub AUTOLOAD {
36 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
37 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
38 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
39 }
40 $_autoloaded_functions->{$AUTOLOAD} = 1;
41 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
42 eval ("use $packagename;");
43 if ($@ ne '') {
44 die ("Unable to use packagename: $@\n");
45 }
46 goto &$AUTOLOAD;
47}
48
49package Lingua::Stem::Da;
503177µs283µs
# spent 49µs (16+33) within Lingua::Stem::Da::BEGIN@50 which was called: # once (16µs+33µs) by Lingua::Stem::BEGIN@7 at line 50
use vars qw($AUTOLOAD);
# spent 49µs making 1 call to Lingua::Stem::Da::BEGIN@50 # spent 33µs making 1 call to vars::import
51sub AUTOLOAD {
52 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
53 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
54 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
55 }
56 $_autoloaded_functions->{$AUTOLOAD} = 1;
57 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
58 eval ("use $packagename;");
59 if ($@ ne '') {
60 die ("Unable to use packagename: $@\n");
61 }
62 goto &$AUTOLOAD;
63}
64
65package Lingua::Stem::Gl;
663159µs262µs
# spent 37µs (11+26) within Lingua::Stem::Gl::BEGIN@66 which was called: # once (11µs+26µs) by Lingua::Stem::BEGIN@7 at line 66
use vars qw($AUTOLOAD);
# spent 37µs making 1 call to Lingua::Stem::Gl::BEGIN@66 # spent 26µs making 1 call to vars::import
67sub AUTOLOAD {
68 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
69 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
70 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
71 }
72 $_autoloaded_functions->{$AUTOLOAD} = 1;
73 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
74 eval ("use $packagename;");
75 if ($@ ne '') {
76 die ("Unable to use packagename: $@\n");
77 }
78 goto &$AUTOLOAD;
79}
80
81package Lingua::Stem::It;
823159µs259µs
# spent 35µs (11+24) within Lingua::Stem::It::BEGIN@82 which was called: # once (11µs+24µs) by Lingua::Stem::BEGIN@7 at line 82
use vars qw($AUTOLOAD);
# spent 35µs making 1 call to Lingua::Stem::It::BEGIN@82 # spent 24µs making 1 call to vars::import
83sub AUTOLOAD {
84 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
85 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
86 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
87 }
88 $_autoloaded_functions->{$AUTOLOAD} = 1;
89 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
90 eval ("use $packagename;");
91 if ($@ ne '') {
92 die ("Unable to use packagename: $@\n");
93 }
94 goto &$AUTOLOAD;
95}
96
97package Lingua::Stem::No;
983165µs258µs
# spent 34µs (10+24) within Lingua::Stem::No::BEGIN@98 which was called: # once (10µs+24µs) by Lingua::Stem::BEGIN@7 at line 98
use vars qw($AUTOLOAD);
# spent 34µs making 1 call to Lingua::Stem::No::BEGIN@98 # spent 24µs making 1 call to vars::import
99sub AUTOLOAD {
100 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
101 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
102 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
103 }
104 $_autoloaded_functions->{$AUTOLOAD} = 1;
105 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
106 eval ("use $packagename;");
107 if ($@ ne '') {
108 die ("Unable to use packagename: $@\n");
109 }
110 goto &$AUTOLOAD;
111}
112
113package Lingua::Stem::Pt;
1143163µs261µs
# spent 36µs (12+24) within Lingua::Stem::Pt::BEGIN@114 which was called: # once (12µs+24µs) by Lingua::Stem::BEGIN@7 at line 114
use vars qw($AUTOLOAD);
# spent 36µs making 1 call to Lingua::Stem::Pt::BEGIN@114 # spent 24µs making 1 call to vars::import
115sub AUTOLOAD {
116 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
117 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
118 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
119 }
120 $_autoloaded_functions->{$AUTOLOAD} = 1;
121 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
122 eval ("use $packagename;");
123 if ($@ ne '') {
124 die ("Unable to use packagename: $@\n");
125 }
126 goto &$AUTOLOAD;
127}
128
129package Lingua::Stem::Sv;
1303207µs2109µs
# spent 63µs (18+45) within Lingua::Stem::Sv::BEGIN@130 which was called: # once (18µs+45µs) by Lingua::Stem::BEGIN@7 at line 130
use vars qw($AUTOLOAD);
# spent 63µs making 1 call to Lingua::Stem::Sv::BEGIN@130 # spent 46µs making 1 call to vars::import
131sub AUTOLOAD {
132 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
133 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
134 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
135 }
136 $_autoloaded_functions->{$AUTOLOAD} = 1;
137 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
138 eval ("use $packagename;");
139 if ($@ ne '') {
140 die ("Unable to use packagename: $@\n");
141 }
142 goto &$AUTOLOAD;
143}
144
145package Lingua::Stem::EnBroken;
1463186µs272µs
# spent 43µs (14+29) within Lingua::Stem::EnBroken::BEGIN@146 which was called: # once (14µs+29µs) by Lingua::Stem::BEGIN@7 at line 146
use vars qw($AUTOLOAD);
# spent 43µs making 1 call to Lingua::Stem::EnBroken::BEGIN@146 # spent 29µs making 1 call to vars::import
147sub AUTOLOAD {
148 return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o);
149 if (exists $_autoloaded_functions->{$AUTOLOAD}) {
150 die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n");
151 }
152 $_autoloaded_functions->{$AUTOLOAD} = 1;
153 my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois;
154 eval ("use $packagename;");
155 if ($@ ne '') {
156 die ("Unable to use packagename: $@\n");
157 }
158 goto &$AUTOLOAD;
159}
160
161
162;